home *** CD-ROM | disk | FTP | other *** search
- if(_parent._parent.mc._currentframe == 1)
- {
- _parent._parent.mc.gotoAndStop(3);
- }
- if(_parent.weed_mc._currentframe == 1)
- {
- _parent.flower_mc.mc.play();
- }
- else if(_parent.weed_mc.mc._currentframe != _parent.weed_mc.mc._totalframes)
- {
- _parent.weed_mc.mc.play();
- }
-